home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2005 March / Macworld CD March 2005 - Marathon Trilogy.iso / Shareware World / Text Processing / HexEdit Release.sit / HexEdit Release / Documentation / TestScript.txt < prev    next >
Encoding:
Text File  |  2004-10-30  |  238 b   |  6 lines  |  [TEXT/CWIE]

  1. tell application "HexEdit"
  2.     -- options are "data" and "rsrc" to specify fork, default is HexEdit's "smart"  mode
  3.     compare newer file ":Documentation:Docs.txt" older file ":Documentation:History.txt" with options "data"
  4.     activate
  5. end tell
  6.